home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / RWCONFIG.SYS < prev    next >
Text File  |  1994-12-02  |  1KB  |  35 lines

  1.          
  2.          
  3.          % RWCONFIG.SYS
  4.  
  5.          % Default values for several parameters can be specified in
  6.          % a file such as this.  The file must be named RWCONFIG.SYS.
  7.          % The current or working directory will be searched first, then
  8.          % the directory containing RW will be searched.  You can have
  9.          % a custom RWCONFIG.SYS file in each working directory.  If no 
  10.          % configuration file can be found then core defaults are used.
  11.  
  12.          set arrow  size 2.0  flare 0.5
  13.          set axes all on
  14.          set backcolor white
  15.          set bar size 0.1
  16.          set bargraph number 1
  17.          set box size 1.0 1.0
  18.          set color black
  19.          set diamond size 1.0 1.0
  20.          set ellipse size 1.0 1.0
  21.          set grid off  symbol 0O  size 2.0
  22.          set HPV  width 10.5  dpi 150  landscape   % for HPV and TIFF files
  23.          set labels  size -2.0  all off  bottom on  left on
  24.          set linestyle 0
  25.          set log off
  26.          set menu  backcolor black  textcolor yellow  highcolor lightred
  27.          set order x y
  28.          set outline all on
  29.          set scale  x 6 -5 base 10 linear  y 6 -5 base 10 linear
  30.          set symbol 0O 2.0
  31.          set ticks size 3 1  all on
  32.          set title size -3.0 %-2.0
  33.          set window  x 2.6667 to 12  y 2 to 9
  34.  
  35.